@extends('layouts.master') @section('title','SALES | NEW PROPERTY') @section('headasset') @include('layouts.head-asset') @stop @section('content')
@include('admin.main-header') @include('admin.sidebar')

EDIT PROPERTY

@csrf
@if(Auth::user()->role_id==1)
@endif
@include('admin.footer')
@stop @section('jsscript') @include('layouts.jsscript') @stop