@extends('admin.layout') @section('content')

{{ __('Service Section') }}

{{ __('Service Section Info') }}

@csrf
@if ($errors->has('service_title'))

{{ $errors->first('service_title') }}

@endif
@if ($errors->has('service_sub_title'))

{{ $errors->first('service_sub_title') }}

@endif
@endsection