PHP Classes

File: resources/views/editService.blade.php

Recommend this page to a friend!
  Classes of Edward Paul   Find PHP Service   resources/views/editService.blade.php   Download  
File: resources/views/editService.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: 374 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">
                <edit-service endpoint="{{ route('services.index') }}" id="{{ $service->id }}" url="{{ route('admin_dashboard') }}"></edit-service>
            </div>
        </div>
    </div>
    </div>
@endsection