@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() }}
@if (!empty($internalcommittee) && !empty($ic_staff_name)) @foreach (explode(',', $ic_staff_name) as $staff)
@endforeach @else
@endif
@if (!empty($ic_documents)) Current file: {{ $ic_documents }} @endif

* These fields are required.

@include('layouts.footer') @endsection