@include('layouts.navBar')
{{-- in yield content-> the inside the below div come. dont include the closing og this div. only the contents inside below div. --}}
@yield('content')
{{-- end div --}}
{{-- @include('layouts.bottomBar'); --}}
@include('layouts.footer')