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

Create Rack

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