@extends('layouts.app') @section('title', 'Edit Voting Location') @section('content')
@method('put') @include('voting-locations.form')
@endsection