@extends('backoffice.layouts.app') @section('contents')

Preferences

{{--

Dozens of reusable components built to provide buttons, alerts, popovers, and more.

--}}
{{-- Bootstrap Tables Docs --}}
@csrf
@if (isset($preference->header_logo))
Header Logo
@endif
@if (isset($preference->footer_logo))
Footer Logo
@endif
@endsection