@extends('layouts.masterLayout.app') @section('content')

Create Committee

@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('members'))
{{ $errors->first('members') }}
@endif
@endsection