@extends('layouts.app') @section('title', 'Formas de pago') @section('content')
@can('formas-pago.index') @endcan
@if ($message = Session::get('success')) @endif
Id Nombre
@csrf @method('DELETE')
@stop @section('css') @endsection @section('js') @stop