@extends('layouts.admin.master') @section('content')

{{ $layout->menu->gp->title }}

{{csrf_field()}}
@if(Session::has('inserted'))
{!! Helper::alert('success', Session::get('inserted'), 'block font-15') !!}
@endif @if(Session::has('warning'))
{!! Helper::alert('warning', Session::get('warning'), 'block font-15') !!}
@endif
{{ csrf_field() }}
@if(Session::has('deleted'))
{!! Helper::alert('success', Session::get('deleted'), 'block font-15') !!}
@endif @if(Session::has('updated'))
{!! Helper::alert('success', Session::get('updated'), 'block font-15') !!}
@endif
@if(count($guideprices) ==0) {!! Helper::empty_table(10) !!} @endif @foreach($guideprices as $key => $guideprice)
Fatal error: Class 'Helper' not found in /home/cambodm5/public_html/pt/app/resources/views/backend/authorize/settingprice.blade.php on line 191
ID {{$layout->label->guide_id->title}} {{$layout->label->language->title}} {{$layout->label->location->title}} {{$layout->label->guide_price->title}} {{$layout->label->default->title}} {{$layout->label->fee_additional->title}} {{$layout->label->action->title}}