@extends('layouts.admin') @section('title', 'Edit About Company') @section('content_header')

Edit About Company

@stop @section('content')

Form Edit About Company

@csrf @method('PUT')
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@if ($aboutCompany->image)
Gambar Saat Ini:
{{ $aboutCompany->title }}
@endif
@error('image') {{ $message }} @enderror Format: JPG, PNG, GIF. Maks. 2MB
@stop @section('js') @stop @section('css') @stop