@extends('frontend.main') @section('content')
@if (strpos($service, 'Custom') !== false)

Inquire for: {{$service}}

@else

Get Quote for: {{$service}}

@endif

Fill Up The Form

{{ csrf_field() }}
@if (strpos($service, 'Custom') !== false) @else @endif
@endsection