@extends('layouts.admin.admin_layout') @section('title', trans('applang.add_warehouse')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')
@csrf
@if ($errors->has('branch_id')) {{ $errors->first('branch_id') }} @endif
@error('name') {{ $message }} @enderror
@error('shipping_address') {{ $message }} @enderror
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{trans('applang.back_btn')}}
@endsection @section('page-vendor-js') @endsection @section('page-js') @endsection