@extends('admin.layout') @section('main')

{{ $formLables['lable'] }}

@if (auth()->user()->can('add_activity_view') && auth()->user()->can('add_activity_add') && $module === 'initiate') @endif @if ($module != 'initiate') @endif
@if ($module == 'approval') @endif
{{-- comment --}} {{-- comment --}} {{-- comment --}} {{-- comment --}} {{-- Modal show data Start --}} {{-- Modal show data End --}} @endsection @section('scripts') @if (session('success')) @endif @endsection