@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Operations'; @endphp @include('admin.partials.page_header') @endsection @section('content')
@if ($message = session()->pull('message')) {!! $message !!} @endif
@can('crear operaciones')
@endcan

{{ __('Date') }} {{ __('Operation') }} {{ __('Bank') }} {{ __('Account') }} {{ __('Number') }} {{ __('Type') }} {{ __('Concept') }} {{ __('Currency') }} {{ __('Exchange Rate') }} {{ __('Amount') }} {{ __('Actions') }}
@endsection