@extends('layouts.app') @section('title') {{' Registration '}} @endsection @section('content') {{-- page spedific style/css --}} @push('styles') @endpush
@push('scripts') {{-- form validation --}} @endpush @endsection