Services

@if ($errors->any())
@endif @include('flash-message')
@foreach ($services as $key => $data) @endforeach
# Service Name Action
{{ $key + 1 }} @if ($data->title != null) {{-- {!! \Illuminate\Support\Str::words($data->vision_text, 10,'....') !!} --}} {{ $data->title }} @endif Details Edit
{{ method_field('DELETE') }} {{ csrf_field() }}