@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@if ($errors->has('title')){{ $errors->first('title') }}@endif
@if ($errors->has('subject')){{ $errors->first('subject') }}@endif
@if ($errors->has('details')){{ $errors->first('details') }}@endif
@endsection