@extends('backend.layouts.app') @section('content') @if(isset($is_confirm) && $is_confirm)

請求情報【確認】

@if(isset($params->id) && $params->id) {{ Form::open(["route"=>"backend.{$department}.bill.update", "method"=>"post"]) }} @else {{ Form::open(["route"=>"backend.{$department}.bill.store", "method"=>"post"]) }} @endif @else

請求情報【閲覧】

@include('backend.layouts.flash-message') @endif @if($department == 'truck') @include('backend.share.bill.confirm._confirm_truck', ['sub_part'=>'bill']) @else @include('backend.share.bill.confirm._confirm_other', ['sub_part'=>'bill']) @endif
@if(isset($is_confirm) && $is_confirm) @if(isset($params->id) && $params->id) 1]) }}"'> @else 1]) }}"'> @endif @else @endif
@if(isset($is_confirm) && $is_confirm) {{ Form::close() }} @endif @endsection