@extends('admin.layout')
@section('content')
Manage Services
| Id |
Service |
Image |
Main Title |
Sub-Title |
Text |
Action |
@foreach($serviceLists as $serviceList)
| {{$serviceList->id}} |
{{$serviceList->relationBetweenServiceAndServiceCategory->service}} |
|
{{$serviceList->mtitle}} |
{{$serviceList->stitle}} |
{{$serviceList->text}} |
|
@endforeach
| Id |
Service |
Image |
Main Title |
Sub-Title |
Text |
Action |
@endsection