@extends('layouts.default.master') @section('data_count') {{-- Start:: content heading --}}
{{-- title --}}
Admin Profile
{{-- title --}}
{{-- End:: content heading --}} {{-- Start::Content Body --}}
{{ $target->name ?? '' }}
Email Address : {{ $target->email ?? '' }}
Phone No : {{ $target->phone ?? '' }}

Access Panel
@if ($accessControllArr) @foreach ($accessControllArr as $access) . {{ $access }}    @endforeach @endif
Edit Profile
your image
{{-- End::Content Body --}} {{-- create modal --}} @stop @push('custom-js') @endpush