@extends('layouts.app') {{-- Include the layout --}} @section('content')
Manage Company Information
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
Please enter the company name.
Please enter the slogan.
Please enter the address.
Please select city.
Please enter the state.
Please enter the country.
Please enter the phone.
Please enter the email.
Please enter the website url.
Please enter footer copyright text.
Please add company main logo.
@if(isset($logo) && isset($logopath)) Main Logo @endif
Please add report's logo.
@if(isset($reportlogo) && isset($reportlogopath)) Report's Logo @endif

@endsection