@extends('layouts.admin') @section('heading', 'Global Branding') @section('subheading', 'The eTailorz logo shown across all shops that haven\'t set their own.') @section('content') @if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@if($logoPath) Current logo @endif
@csrf
@endsection