{{-- Extends layout --}} @extends('front.layouts.app') {{-- Content --}} @section('content')

{{ __('Acaba Nedir') }}

@foreach ($list as $record)
Card image cap
{{ $record->title }} / {{ $record->category->title }}

{!! $record->text !!}

{{ __('Tespit Detayı') }}
@endforeach
{{ $list->links() }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection