@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
@foreach($data as $datas)

{{$datas->title }}

@endforeach
@endif
@foreach($data as $datas)

{{ $datas->courses->title }}

{{ __('Enrolled User ') }}

{{ $datas->detail }}

@endforeach
@endsection