@extends('admin.layouts.simple.master') @section('title', 'Services') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

All services

@endsection @section('breadcrumb-items') @endsection @section('content')
Services
Add Service
@if(Session::has('message')) @endif
@foreach($services as $service) @endforeach
# Icon Name Prices Action
{{ $service->id }} @if($service->hasMedia('icons')) @endif {{ $service->getTranslations('name')['en'] }} {{ $service->price }} Edit
@method('DELETE') @csrf
@endsection @section('script') @endsection