@extends('layouts.admin.admin') @section('page-specific-styles') @endsection @section('title',$location->name) @section('content')
@method('PUT') @include('location.form', ['header' => 'Edit location ('.($location->name).')'])
@endsection @section('page-specific-scripts') @endsection