@extends('layouts.master')
@section('headername')
Dashboard
@endsection
@section('title')
Dashboard
@endsection
@section('content')
@hasanyrole('admin|vendor|staff|receiver')
@hasanyrole('admin|vendor')
@endhasanyrole
@hasanyrole('admin|staff')
@endhasanyrole
@hasanyrole('admin|vendor')
@endhasanyrole
@endhasanyrole
@endsection
@section('scripts')
@endsection