@extends('Admin.Components.layout') @section('title') Admin @endsection @section('subtitle') Add Admin @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }} @if (isset($data)) @endif
{{-- Cancel --}}
@endsection @section('js') @endsection