@extends('admin.layouts.app') @section('content')
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection