@extends('layout.app') @section('css') @endsection @section('content')
| Date | {{date('d M, Y', strtotime($details->date))}} |
|---|---|
| Title | {{$details->title}} |
| Description | {{$details->description}} |
| Download File | |
| Click Here To Check The Link | |
| {{$details->details}} | |