@extends('residential.templates.uadmin') @section('content') @if (session('status'))
{{ session('status') }}
@endif @if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif

Welcome to uAdmin

Select action from menu.

@endsection @section('extras') @endsection @section('bottom') @endsection