{{-- Master Layout with head and fooer components --}} @extends('layouts/master') @include('components/head') @section('footer') @include('components/footer') @endsection