@extends('backend.superadmin.index') @section('body')

Add New Member | {{$college->company_name}}

@if(request('client_id')) @endif
@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Full name *
Designation *
Department (Category) *
Expertise Area
Video Code
@endsection