@extends('layouts.app') @section('title', 'Bangladesh Unbound - Service Requests') @section('content')

Packages Service Requests

@can('service-request-create') Add New Service Requests @endcan

All Service Requests

@include('admin.service_requests.partials.service_requests_table') @include('layouts.partials.pagination-info')
@endsection