@extends('layouts.master') @section('title', 'Age Range Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title') @yield('title') {{ csrf_field() }} Age Range * Age Range Period * {{-- Age Range Status * --}} * These fields are required. @include('layouts.footer') @endsection
* These fields are required.