@extends('admin.layouts.master') @section('title', CARD_STICKER_TITLE_ADMIN) @section('content')

Add {{ CARD_STICKER_TITLE_ADMIN }}

Add {{ CARD_STICKER_TITLE_ADMIN }}
@csrf
{{ $errors->first('x') }}
{{ $errors->first('height') }}
{{ $errors->first('y') }}
{{ $errors->first('width') }}
{{ $errors->first('order_number') }}
{{ $errors->first('color_filter') }}
{{ $errors->first('is_local') }}
{{ $errors->first('is_movable') }}
{{ $errors->first('opacity_value') }}
{{ $errors->first('url') }}
{{ $errors->first('category_name') }}
{{ $errors->first('rotate_angle') }}
{{ $errors->first('transform') }}
{{ $errors->first('scale') }}
@endsection