@extends('layouts.dashboard') @section('add-css') @endsection @section('title') Libros Contables @endsection @section('content') @php if(session()->has('success')){ $message = Session::get( 'success' ); }else{ $message = null; } @endphp @endsection @section('links') @endsection @section('add-js') @endsection