@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
  • หัวข้อเกี่ยวกับเรา
  • ประวัติความเป็นมา
  • วิสัยทัศน์
@if (empty($about->image_story))

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

@else @endif
@php if (!empty($about->file_about1)) { $file_1 = explode('/', $about->file_about1); $about->file_about1 = end($file_1); } if (!empty($about->file_about2)) { $file_2 = explode('/', $about->file_about2); $about->file_about2 = end($file_2); } @endphp
(ขนาดไฟล์ไม่เกิน 10 MB)

(ขนาดไฟล์ไม่เกิน 10 MB)
@endsection @section('scripts') @endsection