@extends('layouts.master') @section('title','Edit constituency') @section('breadcum') @endsection @section('maincontent')
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('name') {{ $message }} @enderror


@endsection