@extends('layouts.nav-foot') @section('head') @yield('tables-head') @endsection @section('content') @yield('tables-title') @if($errors->any()) {{$errors->first()}} @endif @if (\Session::has('success')) {!! \Session::get('success') !!} @endif Incio @yield('tables-title') @yield('tables-btn') @yield('tables-content') @yield('tables-modal') @endsection @section('scripts') @yield('tables-scripts') @endsection
{{$errors->first()}}