@extends('layouts.app') @section('content')

{{ trans('lang.service_plural') }}

{{ trans('lang.service_information') }}
{{ trans('lang.service_name_help') }}
{{ trans('lang.item_category_id_help') }}
{{ trans('lang.sub_category_id_help') }}
{{ trans('lang.item_price_help') }}
{{ trans('lang.item_discount_help') }}
{{ trans('lang.item_image_help') }}
@if (!isset($_GET['id'])) {{ trans('lang.cancel') }} @else {{ trans('lang.cancel') }} @endif
@endsection @section('scripts')