@extends("layouts.admin.app") @section("page-title") {{__("subscribers")}} @endSection @section("page-nav-title")

{{__("subscribers")}}

{{__("edit")}}

@endsection @section("content")

{{__("edit-subscribers")}}

id)}}" enctype="multipart/form-data"> @csrf
@error("full_name")
{{$message}}
@enderror
@error("username")
{{$message}}
@enderror
@error("phone")
{{$message}}
@enderror
@error("email")
{{$message}}
@enderror
@if($admin->image != null) @else @endif


@error("password")
{{$message}}
@enderror
@if(!$admin->is_super_admin)
@error("role")
{{$message}}
@enderror
@endif @if($admin->type== 'A')
@endif
@endsection @section("scripts") @endsection