@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($contract as $key => $val) @empty @endif
Sr Code Customer Master Name Email Mobile Support Contact Work Department Division Status
{{ @$key + 1 }} {{ $val->code }} {{ $val->name }} {{ $val->email }} {{ $val->mobile }} {{ $val->support_contact }} {{ @$val->workdepartment->name }} {{ @$val->division->name }} {{ $val->status }}
No Customer Master
@stop