@extends('front.layout.app') @section('content')

{!! $about->section_title !!}

{!! $about->section_content !!}

{!! $about->section_two_text_three !!}

{!! $about->section_two_text_four !!}
@if(!empty($videos)) @foreach($videos as $video)
@if($video->recent_upload == 'set_recent_upload')
Recent Upload
@endif
  • {{ $video->actor_name }}
  • ${{ $video->price }}
@endforeach @endif

Add Testimonial

@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@section('script') @endsection @endsection