areya-energy/content/pages/service.blade.php

14 lines
236 B
PHP
Raw Normal View History

2022-08-25 18:06:43 +00:00
@layout('content.master')
2022-05-12 11:10:19 +00:00
@section('content')
2022-08-25 18:06:43 +00:00
<div class="container">
<section>
<div class="row">
<div class="col">
<h1>Service</h1>
2022-08-29 15:32:46 +00:00
2022-05-12 11:10:19 +00:00
</div>
2022-08-25 18:06:43 +00:00
</div>
</section>
</div>
2022-08-29 15:32:46 +00:00
@stop