@extends('layouts.adminLayout.backendLayout') @section('content')

Admin Profile

@include('layouts.adminLayout.profilesidebar')
@if(Session::has('flash_message_error')) @endif @if(Session::has('flash_message_success')) @endif
Admin Information
Admin Name:
Email:
Mobile number:
Created At:
@stop