@extends('layouts.app')
@section('global_custom_styles')
@endsection
@section('content')
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Teacher</h2>
</div>
</div>
</div>
@endsection
@section('global_custom_scripts')
<script>
$(document).ready(function()
{
});
</script>
@endsection
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.