@extends('admin.layouts.master') @section('title', 'Edit FAQs Students') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit FAQs Students') }}
{{ csrf_field() }} {{method_field('PATCH')}}
@error('title') {{ $message }} @enderror
@error('details') {{ $message }} @enderror

status == '1' ? 'checked' : '' }} />


@endsection @section('script') @endsection