@props([
'title'=>'title' , 'route' , 'add' , 'import' => 'import' , 'search'
])
{{$title}}
@if(!empty($import))
-
تصدير كملف إكسل
يجب ان تكون اسماء الاعمدة بهذا الاسم و نفس الترتيب تماما
@if($route == 'cars')
@include('admin.layouts.partials._car_import_excel')
@elseif($route == 'users')
@include('admin.layouts.partials._user_import_excel')
@endif
@endif
@if(!empty($search))
@endif