@extends('layouts.app') @section('title', 'Add Location') @section('content')
@can('locations.view') Locations @endcan
@csrf @include('locations._form', ['location' => null])
Cancel
@endsection