@php $is_edit = request()->segment(2) == "edit" @endphp
@csrf @include('invoice.form_data', compact('is_edit'))