@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')

Account Details

@include('commons.notifications')

Name : {{ ucwords($account_arr->name) }}

Type : {{ ucwords($account->designation) }}

Type : {{ ucwords($account->email) }}

Type : {{ ucwords($account->phone) }}


@endsection