@extends('layout.main') @section('content') @if(count($objects) < 1) {{ __('strings.common.no_info') }}{{ __('strings.common.comeback_later') }} @endif @foreach($objects as $object) {!! $object->name !!} {!! $object->tagline !!} @endforeach @if($objects instanceof \Illuminate\Pagination\LengthAwarePaginator ) {{ $objects->links() }} @endif @endsection @push('styles') @endpush
{{ __('strings.common.no_info') }}{{ __('strings.common.comeback_later') }}