@extends('layouts.template') @section('content')
@if(session('msg_success')) @endif @if(session('msg_update')) @endif @if(session('msg_delete')) @endif
{{ Form::open(['url' => 'saveservice', 'class' => 'form-horizontal', 'method' => 'post', 'files'=>true]) }}
{{ Form::close() }} @if(isset($ginfo)) @foreach($ginfo as $value) @endforeach
SL Service Price Status Remarks Actions
{{ $sl++ }} {{ $value->service }} {{ $value->price }} {{ $value->status }} {{ $value->remarks }} Update
@endif

@stop