@extends('adminlte::page')
@section('title', 'Core Services')
@section('content_header')
Add Core Service
@stop
@php
$index_count1=1;
@endphp
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@stop
@section('css')
{{-- Add here extra stylesheets --}}
@stop
@section('js')
@stop