@extends('layouts.master') @section('title', 'Internal Committees Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title') @yield('title') {{ csrf_field() }} Please select @foreach ($academic_year as $i => $item) ic_academic_year == $item->academic_id) selected @endif> {{ $item->academic_name }} @endforeach Academic Year * Internal Committee Name * Faculty Member Name * @foreach ($faculty as $item) faculty_id, explode(',', $ic_faculty_member_name))) selected @endif> {{ $item->faculty_name }} @endforeach @if (!empty($internalcommittee) && !empty($ic_staff_name)) @foreach (explode(',', $ic_staff_name) as $staff) − @endforeach @else + @endif Documents * @if (!empty($ic_documents)) Current file: {{ $ic_documents }} @endif * These fields are required. @include('layouts.footer') @endsection
* These fields are required.