@extends('layouts.app') @section('title', 'Properties') {{-- custom css --}} @push('css') @endpush @section('content')
{{--My code--}} {{--End of My code--}}
@endsection @push('js') @endpush