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