first commit
This commit is contained in:
12
resources/views/consultants/create.blade.php
Normal file
12
resources/views/consultants/create.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@extends('layouts.app')
|
||||
@section('title', 'Daftar Perunding')
|
||||
@section('heading', 'Perunding')
|
||||
@section('page-title', 'Daftar Perunding Baharu')
|
||||
|
||||
@section('content')
|
||||
<div class="card"><div class="card-body">
|
||||
<form method="POST" action="{{ route('consultants.store') }}">
|
||||
@include('consultants._form')
|
||||
</form>
|
||||
</div></div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user