@extends('theme.master') @section('title', 'Batch') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else course @endif

{{ __('Batch') }}

@endif
@foreach($data as $datas)

{{substr(preg_replace("/\r\n|\r|\n/",'',strip_tags(html_entity_decode($datas->detail))), 0, 120)}}...

@endforeach
@endsection