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

Add Card Image

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