@extends('layouts.main')
@section('css')
@endsection
@section('content')
{{-- Header --}}
{{-- Content --}}
@include('pages.projek._filter')
@include('pages.projek._show')
@include('pages.projek._create')
@include('pages.projek._edit')
@include('pages.projek._delete')
@endsection
@section('js')
@include('partials.toast2');
@include('pages.projek.script')
@endsection