@extends('admin.project.main') @section('projectCSS') @endsection @section('add-title') @if(Helpers::has_permission(Auth::user()->id, 'add_milestone'))  {{ __('New Milestone') }} @endif @endsection @section('projectContent')
{!! $dataTable->table(['class' => 'table table-striped table-hover dt-responsive', 'width' => '100%', 'cellspacing' => '0']) !!}
@endsection @section('projectJS') {!! $dataTable->scripts() !!} @endsection