@extends('layouts.master') @section('title', 'Master '. __('Customer')) @section('css') @endsection @section('content')
{{__('Customer')}}
| Download Template
@foreach ($customers as $cust) @endforeach
No {{__('Customer Code')}} {{__('Customer Name')}} Action
{{ $loop->iteration }} {{$cust->customer_code}} {{$cust->customer_name}}
@csrf @method('POST')
No {{__('Customer Code')}} {{__('Customer Name')}} Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection