@extends('layouts.master') @section('title', 'Reels | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.reels')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.reels') }}
{{ __('basic.search filter') }}
{{ __('basic.reels')}}
{{ __('basic.from') }} {{ $date_from }} {{ __('basic.to') }} {{ $date_to }}
{{ __('basic.reels') }}
@foreach ($items as $reel) @endforeach
{{ __('basic.client') }} {{ __('basic.title') }} {{ __('basic.product') }} {{ __('basic.views') }} {{ __('basic.likes') }} {{ __('basic.video') }} {{ __('basic.handle') }}
{{ $reel->client?->full_name ?? __('basic.not_found') }} {{ $reel->title }} {{ $reel->product?->name ?? __('basic.no_product') }} {{ $reel->views_count }} {{ $reel->likes_count }} @if($reel->video_url) {{ __('basic.watch') }} @else {{ __('basic.no_video') }} @endif @role('Super-admin|Content-manager') @endrole
{{ $items->links('pagination::bootstrap-4') }}
@endsection @section('js') {{-- data table --}} @endsection