@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
@include('commons.notifications')

Services

{{-- --}} @if ($service_arr->isEmpty()) @else @foreach ($service_arr as $row) @endforeach @endif
#Name Type Action Bulk Actions ( )
No Records found
{{ $row->name }} {{ $row->type }}
{{ $service_arr->links() }}
Page : {{ $service_arr->currentPage() }} of {{ $service_arr->lastPage() }} | Total Records : {{ $service_arr->total() }}
@endsection @section('javascript') @endsection