PHP Classes

File: resources/views/admin_dashboard.blade.php

Recommend this page to a friend!
  Classes of Edward Paul   Find PHP Service   resources/views/admin_dashboard.blade.php   Download  
File: resources/views/admin_dashboard.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Find PHP Service
Application to find services in a near location
Author: By
Last change:
Date: 4 years ago
Size: 301 bytes
 

Contents

Class file image Download
@extends('layouts.app')

@section('content')
<div class="container">
    <div class="row justify-content-center">
        <div class="col-md-12">
                        <data-table endpoint="{{ route('services.index') }}"></data-table>
            </div>
        </div>
    </div>
</div>
@endsection