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

Edit Rack

@if(auth()->user()->can('rack.index')) Back @endif
@method('patch') @csrf
@endsection @section('scripts') @endsection