@extends('layouts.app-admin') @section('content') You are here: Fees / Management Fees Setting {{-- @csrf --}} Fees Session Please select @if(count($feessessnlist)>0) @foreach($feessessnlist as $feessessn) {{$feessessn}} @endforeach @endif Course Name Please select @if(count($courselist)>0) @foreach($courselist as $course) {{$course}} @endforeach @endif {{-- --}} data table All Properties Option 1 Option 2 Today 3 Days 1 Week filters add item Export Option 1 Option 2 name email description date status price Lori Lynch lori@example.com Samsung S8 Black 2018-09-27 02:12 Processed $679.00 @stop @section('script') @endsection