@extends('layouts.master') @section('title','Create a new constituency') @section('breadcum') @endsection @section('maincontent')
@csrf
{{ __("Create a new constituency :") }}
@error('name') {{ $message }} @enderror
@error('short_code') {{ $message }} @enderror


@endsection