@extends('master.app') @section('title', 'supplier') @section('body') Create Bill @csrf @method('post') Choose Invoice Type Raw materials finished goods Choose Supplier @foreach ($suppliers as $row) {{ $row->name }} @endforeach Invoice Number Title Date Choose Currency @foreach ($currencies as $row) id == 1) {{ 'selected' }} @endif> {{ $row->title_ps }} @endforeach Exchange Rate Next @endsection @section('pageJs') @endsection