@extends('layouts.main_without_top_button') @section('navigation')
@stop @section('contentinner')Name: | {{$client->name}} |
Address: | {{$client->address}} |
Phone: | {{$client->phone}} |
Contact Person: | {{$client->contact_name}} |
Phone: | {{$client->contact_phone}} |
Email: | {{$client->contact_email}} |