@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

STATUS - CUSTOMER

@foreach($prospective as $k => $row) @endforeach
Company Name Phone No Email Remark
{{$row->master_name}} {{$row->vat_assign.'-'.$row->phone}}
{{$row->vat_percentage.'-'.$row->fax}}
{{$row->email}}
{{$row->reference}}
{{$row->remark}}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop