@extends('layouts.app-general') @section('content')

PAGINAS

@yield('content')
@if(session('flash_message'))
Enhorabuena!, {{ session('flash_message') }}
@endif

@if(!isset($customer)) Agregar pagina @elseif(strstr(Request::url(), "view")) Ver pagina @else Editar pagina @endif

@if(isset($web_page))
@else @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('web_section_id')) {{ $errors->first('web_section_id') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
Volver atras
@endsection