@can('ediadmin') @extends('adminlte::page') @section('title', config('adminlte.title') . ' | Create product') @section('content_header')

Add EDI Product

@stop @section('content')
@csrf
@error('edi_product') {{ $message }} @enderror
@stop @section('footer')   @stop @endcan