@extends('admin/layout/app') @section('content')
@csrf

{{__('lang.admin_dashboard')}} / {{__('lang.admin_short_video')}} {{__('lang.admin_list')}} / {{__('lang.admin_edit_short')}}

@if($row->status==2) @elseif($row->status==3 || $row->status==0) @endif {{__('lang.admin_button_cancel')}}
@if(Carbon\Carbon::parse($row->schedule_date) > Carbon\Carbon::now())
@else @endif
profile image

{{__('lang.admin_resolution_background_image')}}

@endsection