@extends('frontend.include.layout') @section('content')
@foreach($actor_details as $key => $actor_detail) @include('frontend.include.actorsingle') @endforeach
@endsection