@extends('front.layouts.front') @section('maincss') @endsection @section('content')

Cutting Room Floor

@foreach ($Clips as $Clip) @endforeach
Type movie Name Last Update Action
{{ $Clip->id }},{{ $Clip->type }} @if($Clip->type == 1) @else @endif {{ $Clip->videos->titles->title }} {{ $Clip->deleted_at->diffForHumans() }}
@endsection @section('script') @endsection