@extends('layouts.app') @section('title', __('warehouse.create')) @section('content')
Site Details
{{-- CSRF Protection --}} @csrf @method('POST')
@endsection @section('js') @endsection