@extends('backend.layouts.master') @section('title') Create {{ $pageHeader['title'] }} @endsection @push('styles') @endpush @section('admin-content')

Create New Product

@include('backend.layouts.partials.message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Product Name (Ex-HIT-7D 3 Room)
Project
Address
{{--
Project Address
--}}
Category
Size (sqft)
Product Number
{{--
Address
--}}
Price
Price per Sqft
Utility
Total Rooms
Total Toilets
Balcony
Parking Available
Dining Room
Drawing Room
Remarks
@include('backend.layouts.partials.footer')
@endsection