@extends('layouts.app') @section('content')
Post

Branch Information

Branch Name
{{ $post->branch_name }}
Branch Address

{{ $post->branch_address }}

Client

{{ $post->company_name }}

Status @if($post->is_active)

Active

@else

Inactive

@endif

Contact Person Information

First Name
{{ $post->first_name }}
Last Name
{{ $post->last_name }}
Designation

{{ $post->designation }}

Telephone Number

{{ $post->telephone_number }}

Mobile Number

{{ $post->mobile_number }}

Email

{{ $post->email }}

@endsection