@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/rehanjt/public_html/subdomains/test.rehan.jt.mumara.dev/resources/views/themes/default/custom-field/create.blade.php:195 Stack trace: #0 {main} thrown in /home/rehanjt/public_html/subdomains/test.rehan.jt.mumara.dev/resources/views/themes/default/custom-field/create.blade.php on line 195