@extends('admin.layouts.master') @section('title', 'Add FAQs Instructors') @section('maincontent') @include('admin.layouts.topbar',$data) @slot('button')
@if ($errors->any()) @endif
{{ __('Add FAQs Instructors') }}
@csrf
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror



@endsection @section('script') @endsection