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

{{__('Storage Location')}}

@endsection @section('content')
@csrf
{{__('Import')}}
# Equipment Location Storage No. Position Label Description Status {{ __('Action') }}
@endsection @section('scripts') @endsection