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

{{ __('Create') }}

@csrf
@error('image') {{ $message }} @enderror
@endsection @push('scripts') @endpush @push('scripts') @endpush