@extends('layouts.admin') @section('page-title') {{__('Manage Bug Report')}} @endsection @push('script-page') @endpush @section('breadcrumb') @endsection @section('action-btn')
@if($view == 'grid') @else {{__('Card View')}} @endif @can('manage project') @endcan
@endsection @section('content')
@if(count($bugs) > 0) @foreach($bugs as $bug) @endforeach @else
{{__('No tasks found')}}
@endif
@endsection