@extends('layouts.admin.app') @section('title', __('trans.admin.add_new')) @section('content')
{{ __('trans.admin.title') }} @yield('title')
@csrf @method('put')
@if (!empty(old('img', $admin->img))) @endif
{{-- End Row --}}
@endsection