@extends(Auth::check() && Auth::user()->role->layout == 1 ? 'layouts.admin' : 'layouts.employee') @section('head') @endsection @section('content')

Global Preference

{{trans('general.edit')}} Global Preference

{!! Form::model($global, ['method' => 'PATCH', 'url' => 'global/'.$global->id]) !!} {!! Form::hidden('id', $global->id) !!} @include('global.form') {!! Form::close() !!}
@endsection @section('foot') @endsection