@extends('adtrpanel.layouts.master') @if(isset($id)) @section('title','Video Düzenleme Formu') @else @section('title','Video Ekle') @endif @section('content') @include('adtrpanel.partials.header')
@include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert')
{{ csrf_field() }}

@php $i = 0; @endphp @foreach($languages as $language) @php $video_details = \App\Models\VideoGalleriesDetail::where('video_id',$id)->get(); @endphp @php $i++; @endphp @endforeach
@endsection @section('css') @endsection @section('js') @endsection