@extends('hr-management.layouts.master') @section('title') Boards @endSection @section('main-data')
@if(auth()->user() && auth()->user()->hasRole('Admin')) @endif
@can('create board') @endcan
@include('hr-management.boards.partials.grid', ['boards' => $boards])
@can('create board') @endcan
@endSection