@if ($errors->any())
@foreach ($errors->all() as $item)
{{$item}}
@endforeach
@endif
@extends('admin.dashboard') @section('admin')