@extends('layouts.admin') @section('title') @lang('Add New Service') @endsection @section('breadcrumb')

@lang('Add New Service')

@lang('Back')
@endsection @section('content')
{{ __('Add New Service Form') }}
@csrf
@lang('Benifits Section')
@endsection @push('script') @endpush