@extends('layouts.app') @section('main-content')

Edit Company

Update Company Profile
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('patch')
Company picture
Choose Picture
@endsection @section('script') @endsection