@extends('layouts.app') @section('title',$Title) @section('content')
@forelse($getServices as $list)

{!! $list->description !!}

{{$list->img_alt}}
@empty @endforelse
@endsection