@extends('layouts.main') @push('styles') @endpush @section('content')
| {{ __('counties.county_name') }} | {{ __('counties.district_name') }} | |
|---|---|---|
| {{ $county->name }} | {{ $districts[$county->district_id] }} | {{ Form::model($county->id ,['method' => 'POST', 'route' => ['counties.activate', $county->id]]) }} {{ Form::close() }} |