@extends('user.layouts.template') @section('style') {{-- my custom styles --}} @endsection @section('content')
Property Management Property {{ !empty($properties->id) ? 'Edit' : 'Create' }} Property
@endsection @section('script') @endsection