@extends('admin.layouts.master') @section('page-title') اضافة مخزن جديد @endsection @push('main-warehouses-active') m-menu__item--active @endpush @section('content')

اضافة مخزن جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('warehouse_manager_id')) {{ $errors->first('warehouse_manager_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('points')) {{ $errors->first('points') }} @endif
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush