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

Tambah About Company

@stop @section('content')

Form Tambah About Company

@csrf
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('image') {{ $message }} @enderror Format: JPG, PNG, GIF. Maks. 2MB
@stop @section('js') @stop @section('css') @stop