migrate to gtea from bistbucket
This commit is contained in:
17
resources/views/web/term/index.blade.php
Normal file
17
resources/views/web/term/index.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@extends('layouts.web.master')
|
||||
|
||||
@section('title')
|
||||
{{ __('Term And Condition') }}
|
||||
@endsection
|
||||
|
||||
@section('main_content')
|
||||
<section class="banner-bg p-4">
|
||||
<div class="container">
|
||||
<p class="mb-0 fw-bolder custom-clr-dark">
|
||||
{{ __('Home') }} <span class="font-monospace">></span> {{ __('Terms And Conditions') }}
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@include('web.components.term')
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user