{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@include('backend.roster_client_v2.bulk_actions.finalize.tab_1') @include('backend.roster_client_v2.bulk_actions.finalize.tab_2')
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection