@extends('admin.layouts.app') @section('content') {{ $page_title }} Company Information Company Overview {{ $page_title }} Back @csrf @method($form_method) @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Our Company {{ $company_overview }} Note: This is used in the landing page. Brief Description {{ $brief_description }} Note: This is used in the footer. @endsection