@extends('master.app') @section('title', 'Invoice ') @section('body') Create Invoice @include('general.valert') @csrf @method('post') Choose Type From Stock With Out Stock Invoice Number Customer Name Customer Phone Title @if ($bdate == 1) Date @else Date @endif Choose Currency @foreach ($currencies as $row) id == 1) {{ 'selected' }} @endif> {{ $row->title_en }} @endforeach Exchange Rate Next @endsection @section('pageJs') @endsection