@extends('layout.layout') @section('title','Business Units') @section('business_unit','active') @section('content')
Business Units
Workspace Organization Add Business Unit
Description Manager Status
@endsection {{-- this is the modal section where you can configure the content(modal-body and the modal-header) --}} {{-- the submit button is inside the layout --}} @section('modal-title') @endsection @section('modal-content')
@csrf
@endsection @section('scripts') @include('business-unit.script') @endsection