@extends('admin::layouts.master') @section('pageTitle') Videó oldalak @endsection @section('header') @include('admin::layouts.header', ['title' => 'Videó oldalak', 'subtitle' => 'Minden videó', 'button' => route('video.create')]) @endsection @section('content') @foreach($model as $m) @endforeach
# Videó címe Státusz {{ __('messages.actions') }}
{{$m->id}} {{$m->title}}
@can('delete kerdoiv')
@csrf @method('DELETE')
@endcan
@endsection