@extends('layouts.master') @section('css') @endsection @section('title') Rack @endsection @section('content')

Rack

@if (session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
# Name Stock Location Action
@endsection @section('script') @endsection