@extends('Admin.layouts.inc.app') @section('title') {{helperTrans('admin.General Setting')}} @endsection @section('css') @endsection {{--@section('page-title')--}} {{-- General Settings--}} {{--@endsection--}} @section('toolbar')

{{helperTrans('admin.General Settings')}} #XRS-45670

{{helperTrans('admin.Filter')}}
{{helperTrans('admin.Create')}}
@endsection @section('content')
{{helperTrans('admin.General Settings')}}
@csrf
{{helperTrans('admin.Only the following formats are allowed: jpeg, jpg, png, gif, svg, webp, avif.')}}
{{helperTrans('admin.Only the following formats are allowed: jpeg, jpg, png, gif, svg, webp, avif.')}}
@if(auth('admin')->user()->can('edit settings'))
@endif
@endsection @section('js') @endsection