@extends('layouts.main') @push('styles') @endpush @section('content')
{{ __('districts.export_to_pdf') }}
| {{ __('districts.district_name') }} | ||
|---|---|---|
| {{ $district->name }} | {{ __('districts.edit') }} | {{ Form::model($district->id ,['method' => 'DELETE', 'route' => ['districts.destroy', $district->id]]) }} {{ Form::close() }} |