@extends(decide_template()) @section('title', $title) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if($action == 'add') @else @endif

{{trans('custom_fields.form_heading')}}


( ! ) Fatal error: Uncaught Error: Call to undefined function getAuthUser() in /home/mohamma2/public_html/subdomains/testing.mohammad.jt.mumara.dev/resources/views/themes/default/custom-field/create.blade.php on line 246
( ! ) Error: Call to undefined function getAuthUser() in /home/mohamma2/public_html/subdomains/testing.mohammad.jt.mumara.dev/resources/views/themes/default/custom-field/create.blade.php on line 246
Call Stack
#TimeMemoryFunctionLocation
10.0011463192{main}( ).../create.blade.php:0