@extends('layouts.app') @section('title','Software Branding') @section('pages')
@include('layouts.partials.nav-menu')
@csrf @method('patch')
Software Branding Details

@if(auth()->user()->can('software-branding-edit')) @endif
Additional Information

@if($branding->company_logo != '' && file_exists('uploads/software-branding/' . $branding->company_logo )) avatar @else avatar @endif
@endsection @section('js') @endsection