@extends('master', ['title' => __('dashboard.setting')]) @section('content')

{{ __('dashboard.setting') }}

@csrf
@if($setting->image)
@endif
@endsection @push('js') @endpush