@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Accounts'; @endphp @include('admin.partials.page_header') @endsection @section('content')
@can('crear cuentas')
@endcan
{{ __('Type') }} {{ __('Name') }} {{ __('Number') }} {{ __('Bank') }} {{ __('Currency') }} {{ __('Balance') }} {{ __('Actions') }}
@endsection