@extends ('back_office.layouts.app') @section('content') Service Type @if(!empty($services) && count($services)>0) All @foreach ($services as $service) {{ $service->name }} @endforeach @else No Service Found @endif Search {!! $dataTable->table() !!} @push('scripts') {!! $dataTable->scripts() !!} @endpush @endsection