@extends('mrp') @section('title', $page_title) @section('content')
@csrf
@error('import_file') {{ $message }} @enderror
{{--

Import data from excel

@csrf
@error('import_file') {{ $message }} @enderror
--}}

{{$page_title}}

Back
@if (auth()->user()->can('customer-create'))
Add New
@endif
@if(Session::has('message')) @endif
{{-- --}} @foreach ($customers as $customer) {{-- --}} {{-- {{ dd($customer->dock_cd) }} --}} @endforeach
No Customer Code Customer Name DOCK-CD AddressPhoneEmail Description Action
{{$loop->iteration}} {{$customer->customer_code}} {{$customer->customer_name}} {{$customer->address}}{{$customer->phone}}{{$customer->email}} {{$customer->description}}
@if (auth()->user()->can('customer-edit')) @endif @if (auth()->user()->can('customer-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush