@extends('layout.admin.app') @section('title', __('global.edit').': '.$admin->name) @section('breadcrumb') @endsection @section('content')
@csrf {{ method_field('PUT') }}




{{--
--}}

@if(!empty($admin->img)) @endif

{{-- End Row --}}
@endsection @section('script') @endsection