@extends('layout.main') @section('content')
@can('store-company') @endcan @can('delete-company') @endcan
{{ trans('file.Company') }} {{ trans('file.Email') }} {{ trans('file.Phone') }} {{ trans('file.City') }} {{ trans('file.Country') }} {{__('Vice President')}} {{ trans('file.action') }}
@endsection @push('scripts') @endpush