@extends('front.layout.app') @section('content')
@if($videos) @foreach($videos as $video)
  • {{$video->actor_name}}
  • ${{ $video->price }}
@endforeach @endif
@section('script') @endsection @endsection