@extends('layouts.main') @section('title', 'Youtube Videos') @section('content') @push('head') @endpush
@include('include.message')
{{ __('Serial No.')}} {{ __('Title')}} {{ __('Video ID')}} {{ __('Coin')}} {{ __('Timer')}} {{ __('Created Date')}} {{ __('View')}} {{ __('Action')}}
@include('model') @push('script') @endpush @endsection