@php if (empty($get_committee)) { $committee_id = ''; $committee_academicyear = ''; $committee_student_id = ''; $committee_name = ''; $committee_position = ''; $committee_club = ''; } else { $committee_id = $get_committee->committee_id; $committee_academicyear = $get_committee->committee_academicyear; $committee_student_id = $get_committee->committee_student_id; $committee_name = $get_committee->committee_name; $committee_position = $get_committee->committee_position; $committee_club = $get_committee->committee_club; } @endphp @extends('layouts.master') @section('title', 'Committee Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

Committee Add/Edit

{{--

Hello! This is Sandbox

--}}
Committee Add/Edit
{{-- Add --}}
@csrf
{{--
--}}
Back
@include('layouts.footer') @endsection