@extends('backend.layouts.master') @section('pageTitle') Report Settings @endsection @section('extraStyle') @endsection @section('pageContent') Report Settings Dashboard Report Settings @csrf Global Settings Background Color {{ $errors->first('background_color') }} Text Color {{ $errors->first('text_color') }} Show Logo? {!! Form::checkbox('show_logo', $show_logo, $show_logo) !!} {{ $errors->first('show_logo') }} @endsection @section('extraScript') @endsection