@extends('layouts.app') @section('title', 'County') @section('content')
Voting Location Information
Delete
@csrf @method('delete')
Name {{ $votingLocation->name ?? 'N/A' }}
Address {{ $votingLocation->address_1 }} @if($votingLocation->address_2)
{{ $votingLocation->address_2 }} @endif
{{ $votingLocation->city }}, {{ $votingLocation->state }}, {{ $votingLocation->zip}}
Directions Coming Soon...
@endsection @push('scripts') @endpush