@extends('layouts.app') @section('title', 'Change Invoice Customer') @section('content') Change Invoice Customer {{ csrf_field() }} @component('components.filters', ['title' => __('report.filters')]) Invoices: All @foreach($invoices as $invoice) {{$invoice->invoice_no}} | {{$invoice->customer_name}} @endforeach Customers: All @foreach($customers as $customer) {{$customer->customer_name}} | {{$customer->customer_mobile}} @endforeach @endcomponent Please select the above data and click on the button برجاء اتمام الاختيارات والضغط على الزر @endsection @section('javascript') @endsection