@extends('frontend.master') @section('stylesheet') @endsection @section('content')
@include('frontend.include.backendAlert')
@include('frontend.organization.organizationSidebar')
@endsection @section('customScript') @endsection