@extends('layouts.app') @section('title', 'Change Invoice Customer') @section('content')

Change Invoice Customer

{{ csrf_field() }}
@component('components.filters', ['title' => __('report.filters')])
@endcomponent
@endsection @section('javascript') @endsection