@extends('layouts.app') @section('content')
{{trans('project.title')}} {{trans('project.area')}} {{trans('project.sort_order')}} {{trans('app.category')}} {{trans('project.status')}} {{trans('app.action')}}
@endsection @push('pagestyle') @include('stacks.css.datatables') @endpush @push('pagescript') @include('stacks.js.datatables') @include('stacks.js.modules.project.index') @endpush