@extends('layouts.app') @section('title','Date Formats') @section('pages')
@include('layouts.partials.nav-menu')
@include('date-formats.table')
@endsection