@extends('layouts.app') @push('title') {{ $title }} @endpush @section('content')
{{ __('Session') }}
|
{{ __('Committee') }}
|
{{ __('Position') }}
|
{{ __('Start Date') }}
|
{{ __('End Date') }}
|
{{ __('Form Price') }}
|
{{ __('Status') }}
|
{{ __('Action') }}
|
---|