@extends('admin.layout.app')
@section('heading', 'Videos')
@section('button')
Add
@endsection
@section('main_content')
SL |
Video |
Caption |
Language |
Action |
@foreach($videos as $row)
{{ $loop->iteration }} |
|
{{ $row->caption }} |
{{ $row->rLanguage->name }} |
Edit
Delete
|
@endforeach
@endsection