@extends('admin.master') @section('main_content')

Edit Page Content

@include('admin._nav_top')
@csrf

Name : {{$data->child_name}}

Category: {{$data->category}}
Age:: {{$data->age}}

Video File Paths: @if($data->uploaded_file)

@endif @if($data->recorded_file) @endif @if($data->images) @endif

Parent's Details : Name: {{$data->fname}} {{$data->lname}}
Email: {{$data->email}}
Phone: {{$data->phone}}


@endsection