@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @can('what-learn.delete') @endcan @can('what-learn.create') {{ __('Add What Learn') }} @endcan
@foreach($whatlearns as $cat) @endforeach
# {{ __('Detail') }} {{ __('Status') }} {{ __('Action') }}
1 {{ strip_tags($cat->detail) }}
@section('script') @endsection