@extends('backend.layouts.master') @section('pageTitle') Report Settings @endsection @section('extraStyle') @endsection @section('pageContent')

Report Settings

@csrf

Global Settings

{{ $errors->first('background_color') }}
{{ $errors->first('text_color') }}
{{ $errors->first('show_logo') }}
@endsection @section('extraScript') @endsection