@extends('layouts.master') @section('title', 'Customer') @section('content')

{{ trans('customer.customer') }}

@if (session('success'))
{{ session('success') }}
@endif
{{ trans('customer.table_title') }}
ID
Name
Tel
Addresss
Companies Count
Offices Count
((item.customer_id)) ((item.name)) ((item.tel)) ((item.address1)) ((item.companies_count)) ((item.offices_count))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection