@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- start tap --}}
    {{-- header tap 1 --}}
  • โลโก้บริษัทส่วนบน(Header)
  • {{-- header tap 2 --}}
  • โลโก้บริษัทส่วนล่าง(Footer)
{{-- tap 1 --}}
{{-- start input --}} @if (empty($setting->logo_header))

อัปโหลดรูปภาพ

@else @endif {{-- end input --}}
{{-- end tap 1 --}} {{-- tap 2 --}}
{{-- start input --}} @if (empty($setting->logo_footer))

อัปโหลดรูปภาพ

@else @endif {{-- end input --}}
{{-- end tap 2 --}}
{{-- end tap --}} {{-- start tap --}}
    {{-- header tap 1 --}}
  • {{-- header tap 2 --}}
{{-- tap 1 --}}
{{-- start input --}}
{{-- end input --}}
{{-- end tap 1 --}} {{-- tap 2 --}}
{{-- start input --}}
{{-- end input --}}
{{-- end tap 2 --}}
{{-- end tap --}}
@if (empty($setting->seo_image))

อัปโหลดรูปภาพ

@else @endif
@endsection('content') @section('scripts') @endsection