@extends('layouts.master') @section('title', 'Faculty') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') {{-- Faculty Add/Edit --}} @include('layouts.title') Faculty Add/Edit @csrf Staff ID * Title * First Name * Last Name * E-mail * Please select @foreach ($school as $i => $item) school_id) selected @endif>{{ $item->school_name }} ({{ $item->school_shortname }}) @endforeach School * Pending Active Inactive Status* {{-- Picture Browse --}} Back * These fields are required. @include('layouts.footer') @endsection