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

@endsection