@extends('layouts.app') @section('content') @section('css') @endsection

{{ isset($title)?$title:'' }}

@include('validation.success') @if(session('error')) @endif
{{ csrf_field() }}

@if($settings->site_logo)
@endif Recommended size: 200x50px
@if($settings->favicon)
@endif Recommended size: 32x32px (ICO, PNG)



@if(isset($settings->receipt_image) && $settings->receipt_image != '') Delete @endif @if(isset($settings->receipt_image) && $settings->receipt_image != '') @endif

Platform Online Ordering
Website
Mobile App
This code will be added to the <head> section of every page
Close
@section('js') @endsection @endsection