@extends('layouts.admin') @section('content')

{{__('app.category_list')}}

{{__('app.add_category')}}
@foreach($categories as $category) @endforeach
{{__('app.image')}} {{__('app.name')}} {{__('app.feature')}} Total Course {{__('app.action')}}
{{$category->name}} @if($category->is_feature == 'yes') Yes @else No @endif {{ @$category->courses->count() }}
{{$categories->links()}}
@endsection @push('style') @endpush @push('script') @endpush