@extends('layouts.admin') @section('content')
@csrf
    @if(count($tabs) > 0 ) @foreach($tabs as $key => $value)
  • {{ $value }}
  • @endforeach @endif
@if(count($tabs) > 0 ) @foreach($tabs as $key => $value)
@include('admin.post.partials.'.$key)
@endforeach @endif
{{__('Save change')}} {{__('Themoviedb importer')}}
{{__('Each line contains new video link')}}
{{__('Import video')}}
@csrf
@if($config['nav'] == 'tv')
@endif
{{__('Import')}}
@push('javascript') @endpush @endsection