@extends('superadmin.layouts.app') @section('title', 'Vidhansabha - Edit MLA') @section('content')

Edit MLA

Add MLA
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['samla.update', $row->id]]) !!} @csrf
{{ $errors->first('vidhansahba')}}
{{ $errors->first('name')}}
{{ $errors->first('email')}}
{{ $errors->first('mobile_no')}}
@endsection