@extends('layouts.app') @section('title','Blood Groups') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('blood-groups-create', $authRolePermissions)) @endif
@include('blood-groups.table')
@endsection