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

Add Service

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }} {{--
--}}
{{--
--}}
{{--
@if(!empty($serviceType->introduction2_points)) @foreach($serviceType->introduction2_points as $value)
@if($value->icon) @endif
@endforeach @endif
--}}
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop