@extends('adminlte::page') @section('title', 'Dashboard Services') @section('content_header')

Edit Service

@stop @php $index_count1=1; @endphp @section('content')
Title   Points   {{--Document  --}}
@if ($errors->any()) @endif
{{ csrf_field() }} {{--
is_support) == 1 ? 'checked' : '' }}>
is_menu == 'Y' ? 'checked' : '' }}>
--}}
{{--
--}}
{{--
--}}
@if(!empty($service->introduction_points)) @foreach($service->introduction_points as $value)
@if($value->icon) @endif
@endforeach @endif
is_published)?'checked':''}}>
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop