@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))
@endif
{{ Form::close() }} @if(isset($ginfo))
SL | Service | Price | Status | Remarks | Actions | @foreach($ginfo as $value)
---|---|---|---|---|---|
{{ $sl++ }} | {{ $value->service }} | {{ $value->price }} | {{ $value->status }} | {{ $value->remarks }} | Update |