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