@extends('admin.dashboard')
@section('title', 'All Services')
@section('content')
| # |
Title |
Details |
Image |
Action |
@foreach($service as $admin)
| {{ $loop->iteration }} |
{{ $admin->title}}
|
{{ $admin->details}}
|
{{ $admin->image}}
|
{{--
--}}
|
@endforeach
@endsection
@section('javascript')
@endsection