@extends('admintemplate')
@section('headscripts')
@endsection
@section('content')
{{ __($pagetitle) }}
@foreach ($videos as $video)
{{ $video->id }}
{{ $video->titre }}

{{ $video->type }}
idcircuit : {{ $video->idcircuit }} idorganisateur : {{ $video->idorganisateur }} idtrackday : {{ $video->idtrackday }}
{{ $video->auteur }}
{{ $video->email }}
{{ $video->url }}
@endforeach
@endsection
@section('footerscripts')
@endsection