@extends('backend.layouts.app') @section('title') Thêm mới dự án @endsection @section('content')
@include('backend.layouts.content-header', ['page' => 'Thêm mới dự án'])
@include('backend.components.notification')
@csrf @include('backend.template.form-body')
@endsection @push('css') @endpush @push('js') @endpush