@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('wards.activate_wards') }}

@include('ward_management::hmis_wards.menu')
@foreach($wards as $ward) @endforeach
{{ __('wards.ward_name') }} {{ __('wards.slug') }}
{{ __('wards.ward_name') }} {{ __('wards.slug') }}
{{ $ward->name }} {{ $ward->slug }} {{ Form::model($ward->id ,['method' => 'POST', 'route' => ['hmis_wards.activate', $ward->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush