@extends('crudbooster::admin_template') @push('head') @endpush @push("bottom") @include('JSBlade.MJsblade') @endpush @section('content')
{{$errors->has('pool_id')? $errors->first('pool_id'): " "}}
{{$errors->has('name')? $errors->first('name'): " "}}
{{$errors->has('title')? $errors->first('title'): " "}}
{{$errors->has('description')? $errors->first("description") :"" }}
{{$errors->has('desc_image')? $errors->first("desc_image") :"" }}
@if($analyse->desc_image != '') @endif
{{$errors->has('body_desc')? $errors->first('body_desc'): " "}}
{{$errors->has('mental_desc')? $errors->first('mental_desc'): " "}}

{{$errors->has('bioryth')? $errors->first('bioryth'): " "}}

{{__('action.Price/Time')}}

{{-- //For Body Image showes --}} {{-- For Mental Image Show and edit --}}
@endsection