@extends('layouts.adminapp') @section('title') {{ __('lng.Supplier') }} - {{ __('lng.Create') }} @endsection @section('open_product', 'open') @section('active_product', 'active') @section('active_supplier', 'active') @section('content')

{{ __('lng.Supplier') }}

@csrf
{{ __('lng.CreateSupplier') }}
@error('title')
{{ $message }}
@enderror
@error('openingbalance')
{{ $message }}
@enderror
@endsection