@extends('backend.layouts.app')
@section('content')
請求情報【登録】
{{ Form::open(["url"=>route("backend.{$department}.bill.confirm")]) }}
@if($department == 'truck')
@include('backend.share.bill._form', ["show_master_process"=>1, "sub_part"=>"bill"])
@else
@php
if(isset($contents) && is_object($contents)){
$confirm_params['content'] = $contents->toArray();
}
if(isset($attachments) && is_object($attachments)){
$confirm_params['attachment'] = $attachments->toArray();
}
@endphp
@include('backend.share._parts._sagyo_uketsuke_first', ["show_master_process"=>1, "sub_part"=>"bill"])
@include('backend.share._parts._sagyo_uketsuke_second', ["show_master_process"=>1, "sub_part"=>"bill"])
@endif
{{ Form::close() }}
{{ Form::open(["route"=>"backend.{$department}.partner.vehicle_work", "method"=>"get", "id"=>"vehicle_work_submit", "target"=>"_blank"]) }}
{{ Form::close() }}
{{ Form::open(["route"=>"backend.{$department}.bill.download_file", "method"=>"get", "id"=>"download_submit", "target"=>"_blank"]) }}
{{ Form::close() }}
@endsection
@section('page_css')
@endsection
@section('page_js')
@if($department == 'parts')
@endif