@extends('layouts.master') @section('title',__('Added Movies')) @section('breadcum') @endsection @section('maincontent')
{{ __('Add Movie') }} @if (Session::has('changed_language')) {{ __('Translate All To') }} {{Session::get('changed_language')}} @endif
{{ __('Added Movies') }}
@if ($movies) @endif
#
{{__('Thumbnail')}} {{__('Movie Title')}} {{__('Rating')}} {{__('By TMDB')}} {{__('Featured')}} {{__('Added By')}} {{__('Status')}} {{__('Actions')}}
@endsection @section('script') @endsection