@extends('admin.master') @section('title','View System Info') @section('content')
System Info Details

Full record preview


Company Name
{{ $systemInfo->company_name ?? '-' }}
Email
{{ $systemInfo->address ?? '-' }}
Phone
{{ $systemInfo->phone ?? '-' }}
WhatsApp Number
{{ $systemInfo->whatsapp_number ?? '-' }}
Footer Copy Right
{{ $systemInfo->footer_copey_right ?? '-' }}
Logo
@if($systemInfo->logo) @else
-
@endif
Favicon
@if($systemInfo->favicon) @else
-
@endif
@endsection