@extends('layouts.app') @section('title', __('Create')) @section('content')
@include('layouts.leftside-menubar')
@php $typename = ($type == 1 ? 'committee' : ($type == 2 ? 'member' : 'management')); @endphp
@include('components.pages-bar',['pageTitle' =>''. trans('Human Resource').' / '. trans(ucfirst($typename)).' / '. trans('Add').'']) @include('components.sectionbar.teacher-bar')
{!! Form::open(array('route' => 'academic.committee.store', 'method' => 'POST', 'role' =>'form','enctype'=>'multipart/form-data', 'class' => 'needs-validation')) !!} @include('committee.element')
{!! Form::close() !!}
@component('components.cropper.element',['width'=>'300','height'=>'300','type'=>'square']) @endcomponent @endsection