@extends('layout.master') @section('css') @endsection @section('main_content')

Create Bulk Rack

@if(auth()->user()->can('rack.index')) Back @endif
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('no_of_racks')) {{ $errors->first('no_of_racks') }} @endif
@if ($errors->has('no_of_shelf')) {{ $errors->first('no_of_shelf') }} @endif
@if ($errors->has('no_of_drawers')) {{ $errors->first('no_of_drawers') }} @endif
@endsection @section('scripts') @endsection