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

{{ $editUser ? 'Edit' : 'Create' }} Company

@csrf
@if(!empty($editUser->logo))
{{ $editUser->logo }}
@else
@endif
{{-- ✅ CSS --}} {{-- ✅ SCRIPT --}} @endsection