@extends('layouts.master') @section('title',__('Show election type')) @section('breadcum') @endsection @section('maincontent')
@foreach($electiontype->manageconstituency as $value)

{{ !empty(strip_tags($value->constituency->name)) ? strip_tags($value->constituency->name) :'' }}

@endforeach
status) =='1' ? "checked" : "" }} value="1">
status) =='0' ? "checked" : "" }} value="0">

@endsection