@extends(decide_template())
@section('title', $page_data['title'] )
@section('page_styles')
@endsection
@section('page_scripts')
@endsection
@section(decide_content())
@include('includes.editor-scripts')
@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Fatal error: Uncaught Error: Class "Illuminate\Support\Facades\Auth" not found in /home/rehanjt/public_html/subdomains/test.rehan.jt.mumara.dev/resources/views/themes/default/web-form/viewFrom.blade.php:67
Stack trace:
#0 {main}
thrown in /home/rehanjt/public_html/subdomains/test.rehan.jt.mumara.dev/resources/views/themes/default/web-form/viewFrom.blade.php on line 67