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

@endif
@endsection