@extends('layouts.front') @section('page-css') @endsection @section('content')

{{$title}}

{{--

{{$sub_title}}

@csrf
@if(!isset($edit->id))
@endif
--}} {{-- for password --}}

{{$sub_title}}

@csrf
@if(!isset($edit->id))
@endif
{{-- for password --}}
@endsection @section('page-scripts') @endsection