@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'))
@endif @endsection @section('content')| {{ __('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 |