@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

Reserved Number

@role('Admin|superAdmin') All Number Active Number User Wise Number @endrole
@foreach ($data as $item) @endforeach
Name Total Number of Reserved Number Remaining Attempt Action
{{$item->name}} {{$item->total_posts}} {{10 - $item->total_posts}} View List
@endsection {{-- @@section('name') --}} {{-- @endsection --}}