@extends('layouts.app') @section('title') {{ __('Issue Tracker') }} @endsection @section('styles') @endsection @section('breadcrumb')

{{ __('Issue Tracker') }}

@endsection @section('content')
@can('create_issue_tracker') {{ __('Create') }} @endcan
@if (isset($from)) @endif
{{--
--}}
# {{ __('ID') }} {{ __('Department') }} {{ __('Title') }} {{ __('Description') }} {{ __('Latest Comment') }} {{ __('Reporter') }} {{ __('Created Date') }} {{ __('Status') }} {{ __('Priority') }} {{ __('Last Updated By') }} {{ __('Last Updated Date') }} {{ __('Action') }}
@endsection @section('scripts') @endsection