@extends('tenants.layouts.master') @section('title') @lang('Customers List') @endsection @section('css') @endsection @section('content') @component('tenants.components.breadcrumb') @slot('li_1') Safety Meeting @endslot @slot('title') @lang(!empty($edit_list) ? 'Edit Customer' : 'Add Customer') @endslot @endcomponent
Company
Logo First Name Last Name Email Company Name Domain Name Country Phone Number
@endsection @section('script') @endsection