@extends($sc_templatePath.'.layout') @section('block_main')
@if ($entries->count()) @foreach ($entries as $entryDetail)
@endforeach
@else {!! trans('front.no_data') !!} @endif
@endsection {{-- breadcrumb --}} @section('breadcrumb') @endsection {{-- //breadcrumb --}}