@extends('master') @section('style') @endsection @section('content') @include('pages.partials.panel', ['title' => 'Configuración General', 'subTitle' => 'Home / Configuración General'])

Datos Generales

{{ csrf_field() }}
@endsection @section('footer') @include('partials.footer') @endsection @section('scripts') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @endsection