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