@extends('layouts.app') @section('title', 'Add Supplier') @section('breadcrumb') @endsection @section('content')
@csrf
{{-- Basic Information --}}
Supplier Information
@error('name')
{{ $message }}
@enderror
{{-- Address --}}
Address
{{-- Notes --}}
Notes
{{-- Sidebar --}}
{{-- Financial Info --}}
Financial
Amount you owe this supplier initially.
Outstanding amount to pay.
{{-- Status --}}
Status
Inactive suppliers won't appear in dropdowns.
{{-- Submit Button --}}
@push('styles') @endpush @endsection