@extends('layouts.contentLayoutMaster') {{-- title --}} @section('title','Form Repeater') @section('content')
Repeating Forms
Email
password
Gender
Male
female
Profession
Designer
Developer
Tester
Manager
Delete
Add
Project Info
Male
Female
Budget
Less than $500
$500 - $1000
$1000 - $1500
Delete
Add
User Profile
ADD NEW
First Name
Last Name
Phone
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection