@extends('layouts.master') @section('title', 'New work order | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar',__('basic.new work order')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.payments') }} | {{ __('basic.new work order') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{ __('basic.details') }}
@error('name') {{ $message }} @enderror
@error('start_at') {{ $message }} @enderror
@error('end_at') {{ $message }} @enderror
@if(Auth::user()->branch_id == 0)
@error('branch_id') {{ $message }} @enderror
@endif
@error('description') {{ $message }} @enderror
{{ __('basic.project') }}
@error('budget') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror
@error('treasury_id') {{ $message }} @enderror
@error('quotation_id') {{ $message }} @enderror
@endsection @section('js') @endsection