@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
Created at Title Video URL Order Status Action @foreach ($videos as $video) {{ date('d-M-Y', strtotime($video->created_at)) }}
{{ date('h:i:s a', strtotime($video->created_at)) }} {!! $video->title !!} {{ $video->contents ?? '' }} {{ $video->display_order }} @if ($video->deleted_at == null) @else @endif @endforeach
@endsection @section('scripts') @endsection