@extends('front.master') @section('title', 'Service') @section('content')
@foreach ($services as $service)

{{ $service->name ?? ""}}

campus
@endforeach
@foreach ($testimonials as $testimonial)

{{ __('messages.testimonials') }}

{!! $testimonial->description ?? "" !!}

@endforeach

{{ __('messages.over_30_year') }}

{{__('messages.here_to_guide')}}!

@endsection @push('custom-scripts') @endpush