@extends('layouts.app') @section('title') Academic Path @endsection @section('content')
@if (session('success')) @elseif(session('error')) @endif
Academic Path
{{-- @foreach ($academic_paths as $index => $academic_path) @endforeach
# Academic Path Name Action
{{ $index + 1 }} {{ $academic_path->name }}
--}} {{ $dataTable->table(['width' => '100%']) }}
Create Academic Path
@error('name')
The academic name field is required.
@enderror
@endsection @push('custom-js') {{ $dataTable->scripts() }} @endpush