@extends('layouts.app', ['path' => 'company_settings']) @section('title', 'Organization Profile - HRMS') @section('content') @can('orgnization_profile.read|orgnization_profile.update')

Organization Profile

{{-- @session('success') @endsession @if ($errors->any())
@foreach ($errors->all() as $error) {!! $error !!} @endforeach
@endif --}} @include('partials.new_alerts')
@csrf
@can('logs.read') @endcan
@can('orgnization_profile.update') @endcan
@endcan @endsection @push('scripts') @endpush