@extends('network.layouts.app') @section('title', 'Dashboard') @section('content')
@if (session('success')) @endif @if (session('error')) @endif @if(session('acresMessage')) @endif @if(session('status')) @endif
@endsection