@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['company-profile-edit'])

Update Company Profile

@csrf
@can('company-profile-edit') Update @endcan
@endcanany @endsection