@extends('Dashboard.layouts.master') @section('title','Dashboard') @section('styles') @endsection @section('content')
{{-- --}}
@can('members-read') @endcan @can('posts-read') @endcan @can('booking-read') @endcan
@endsection @section('scripts') @endsection