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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.invoices') }} | {{ __('basic.new invoice from quotation') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{ __('basic.details') }}
@error('traveler_id') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
@error('due_date') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
{{ __('basic.attached img') }}
@error('attached_pic_income') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
@error('client_note') {{ $message }} @enderror
{{ __('basic.accounts') }}
{{ __('basic.type') }}
{{ __('basic.item') }}
{{ __('basic.description') }}
{{ __('basic.quantity') }}
{{ __('basic.tax') }}
{{ __('basic.buy') }}
{{ __('basic.sell') }}
{{ __('basic.total') }}
@foreach ($quotation->items as $item_qt)
@endforeach
{{ __('basic.new entry') }}
{{ __('basic.buy') }}

0

{{ __('basic.sell') }}

0

{{ __('basic.tax') }}

0

{{ __('basic.total') }}

0

@endsection @section('js') @endsection