@extends('homepages.master_page') @push('css') @endpush @section('header')
@include('homepages.guest.header')
@endsection @section('content')
@endsection @section('footer')
@include('homepages.auth.footer')
@endsection