@extends('frontend.layouts.master') @section('content')
@if(!empty($bolge) && $bolge->count()>0) @foreach($bolge as $bolges)
img

{{$bolges->il}}

{!!Illuminate\Support\Str::limit($bolges->icerik, $limit = 80, $end = '...') !!}

Devamını Oku
@endforeach @endif
@endsection