@extends('layouts.app') @section('title', 'Edit Company') @section('page-title', 'Edit Company') @section('content')
Edit Company Information
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Cancel
@endsection