@extends('admin.layout.master') @section('title', 'Admins') @section('body')

Edit Admin

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (isset($all_locations))
@foreach ($all_locations as $loc)
@endforeach
@endif @if (isset($all_roles))
@endif
Upload Photo
@endsection @push('script') @endpush