@extends('layouts.app') @section('custom-css') @endsection @section('content')
Warehouse Locations
Add Location
@if(session('success')) @endif
@foreach($locations as $key => $location) @endforeach
# Name Action
{{++$key}} {{$location->address}}
@endsection @section('custom-js') @endsection