@extends('portal.layouts.app', [ 'class' => '', 'elementActive' => '' ]) @section('title','Update Company') @section('content')

Update Company

@csrf @method('PUT') {{-- Basic Details --}}
Basic Information
{{-- Description --}}
{{-- Logo Upload --}}
Company Logo
@if($company->logo) Logo @else @endif Allowed: JPG, JPEG, PNG | Max: 4MB
{{-- Social Links --}}
Social Links
@endsection @section('script') @endsection