@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 @endif @foreach($data as $datas) {{$datas->title }} @endforeach @endif @foreach($data as $datas) {{ $datas->courses->title }} {{ __('Enrolled User ') }} @foreach($datas['allowed_users'] as $key => $Uid) {{ App\User::whereId($Uid)->value('fname'); }} @endforeach {{ $datas->detail }} @endforeach @endsection
{{ $datas->detail }}