@extends('admin.layouts.app') @section('title', 'Vidhansabha - Edit Role') @section('content')

Edit Role

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