@extends('master.app') @section('name', 'Supplires') @section('body') Create @include('general.valert') @method('post') @csrf name Select Currency @foreach ($currencies as $currency) id) {{ 'selected' }} @endif> {{ $currency->title_en }} @endforeach Types @foreach ($assets as $row) id) {{ 'selected' }} @endif>{{ $row->title_en }} @endforeach department Condition Model Vendor Number {{-- --}} @if ($bdate == 1) @else @endif Registration Date {{-- --}} quantity Price total Documents Picture {{ old('description') }} Description Save @endsection @section('pageJs') @endsection