@extends('layouts.app') @section('scripts') @endsection @section('content')
@foreach($objs as $one)

{{trans('client.piercing.'.$one->name)}}

{!! $one->code !!}

@endforeach
{!! csrf_field() !!}
{{trans('client.price.total sum')}}: 0
{{trans('client.piercing.body_big')}}
@endsection