@extends('layouts.user') @section('title', 'BackSacco - StarHela') @section('page-title', 'BackSacco') @section('breadcrumb-current', 'BackSacco') @section('content')
BackSacco
@if(session('success'))
{{ session('success') }}
@endif

BackSacco content will be displayed here.

@endsection