@extends('admin.dashboard') @if(Session::has('status')) @endif @section('content')

News & Event

News & Event Table:

@foreach ($new as $data) @endforeach
Sl.No Name Date Action
{{$slno}} {{$data->name}} {{date('d-m-Y',strtotime($data->date))}}
@endsection