@extends('frontend.layouts.preview.layouts.master') @section('content')
@php $contents = \App\Models\ModuleContent::where('layout_cat_id',$layout->layout_cat_id)->get(); @endphp @if (is_file($file_path . '/' . $file_name) && file_exists($file_path . '/' . $file_name)) @include('frontend.layouts.preview.'.$layout->slug) @else "{{$file_name}}" File Not Found ! @endif
@endsection