@extends('backend.layouts.app') @section('admin','active') @section('content')

Admin Detail

Profile
@if(!$admin_account->profile == '') @else @endif
Name:{{$admin_account->name}}
Email:{{$admin_account->email}}
Phone:{{$admin_account->phone}}
Gender:{{$admin_account->gender}}
Address:{{$admin_account->address}}
@endsection