@extends('admin.layouts.master') @section('title', __('admin.warehouses')) @section('page_title', __('admin.warehouses')) @section('breadcrumbs') @endsection @section('content')

{{ __('admin.warehouses') }}

@can('warehouses.create') @endcan
# الكود {{ __('admin.name') }} الفرع النوع افتراضي {{ __('admin.status') }} {{ __('admin.created_at') }} {{ __('admin.actions') }}
@include('admin.warehouses._modal', ['branches' => $branches]) @endsection @push('scripts') @include('admin._partials.crud_scripts') @endpush