@extends('include.app') @section('content')
@include('include.sidebar') @include('include.headnavbar')

Admins

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Back
@endsection @section('script') @endsection