@extends('frontend.' . auth()->user()->role . '-dashboard.layouts.master') @section('dashboard-contents')

{{ __('Edit') }}

@csrf @method('PUT')
image ?? false) style="background-image: url({{ asset($model->image) }}); background-size: cover; background-position: center center;" @endif>
@error('image') {{ $message }} @enderror
@endsection @push('scripts') @endpush @push('styles') @endpush