@extends('layouts.app') @section('title') Edit Storage Location @endsection @section('breadcrumb')

{{__('Storage Location')}}

@endsection @section('content')

{{ __('Edit Storage Location') }}

@csrf @method('put') @include('admin.storage_location._form')
@endsection