@extends('layouts.app') @section('content')
Login Banner
@csrf

Browse Logo:

Dashboard Banner01
@csrf

Browse Banner01:

Dashboard Banner02
@csrf

Browse Banner02:

Dashboard Banner03
@csrf

Browse Banner03:

Login Banner Dash-Banner 01 Dash-Banner 02 Dash-Banner 03
@if(!empty($companydata->loginbanner)) @else No Image @endif @if(!empty($companydata->dashboardbanner1)) @else No Image @endif @if(!empty($companydata->dashboardbanner2)) @else No Image @endif @if(!empty($companydata->dashboardbanner3)) @else No Image @endif
@endsection @section('scripts') @endsection