@extends('layouts.default') @section('title', $module_title) @push('head') @endpush @section('content')
# | Screening Committee | Advocate Name | From Date | To Date | |
---|---|---|---|---|---|
{{$sno++}} | {{$sc_members->committee_name}} | {{$sc_members->title.' '.$sc_members->user_name}} | {{date('d-m-Y', strtotime($sc_members->from_date))}} | {{$sc_members->to_date == null ? '' : date('d-m-Y', strtotime($sc_members->to_date))}} | Edit Delete |