@extends('layouts.app') @section('title','CSV Import / Export') @section('page-title','CSV Import / Export') @section('page-description', auth()->user()->isAdmin() ? 'Bulk-manage programme and syllabus data using Excel-compatible CSV files.' : 'Import and export your Table 4 / Syllabus records using Excel-compatible CSV files.') @section('actions') @if(auth()->user()->isAdmin()) Programme Template @endif Table 4 Template @endsection @section('content')
@if(auth()->user()->isAdmin()) @endif @endsection