@extends('admin.layouts.master') @section('title', __('importer')) @section('content')

{{ __('tmdb_importer') }}

{{ __('import_movies/tv_show_from_tmdb') }}


{{ __('tmdb_language_help') }}

@can('admin.fetch.movies')
@endcan
{{ __('list_will_be_show_here') }}
@endsection @push('js') @endpush