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