@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content') {!! Form::model($billApprovalMaster, ['method' => isset($billApprovalMaster) && $billApprovalMaster->id ? 'put' : 'post', 'files' => 'true']) !!}
@if(Auth::user()->is_contractor!=1)
{!! $errors->first('contractor_id',' ')!!}
@else @endif
{!! $errors->first('first_approver_id','')!!}
{!! $errors->first('second_approver_id','')!!}
{!! Form::close() !!} @endsection @push('footer-script') @endpush