@extends('layouts.private') @section('content') @section('breadcrumb')
@endsection
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
Create New @foreach($listing as $data) @endforeach
Name Subject Created at Action
{{ $data->name }} {{ $data->subject }} {{ $data->created_at }}  
@section('css') @endsection @section('script') @endsection @endsection