@extends('layout.main') @section('title', 'الواردات') @section('content')
إضافة جديد
@include('inc.flash')
الواردات
{!! $dataTable->table(['class' => 'table table-bordered table-hover dataTable']) !!}
@endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush