@extends('layouts/fullLayoutMaster') @section('title', 'Ролики') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@include('includes/reels/card', ['reels' => $reels])
@endsection @section('vendor-script') @endsection @section('page-script') @endsection