@extends('service.layouts.index') @section('content') @can('create', 'App\Models\Item')
@lang("global.add")
@endcan
@lang("validation.attributes.title")
@lang("validation.attributes.price")
@lang("global.actions")
@endsection