@extends('admin.template.master') @section('title', $title) @section('content') @php $id = ''; $content1 = ''; $video = ''; $description = ''; $exp_year = ''; $new_client = ''; $new_project = ''; $satisfaction = ''; if(isset($aboutData)) { $id = $aboutData->id; $content1 = $aboutData->content1; $video = $aboutData->video; $description = $aboutData->description; $exp_year = $aboutData->exp_year; $new_client = $aboutData->new_client; $new_project = $aboutData->new_project; $satisfaction = $aboutData->satisfaction; } $userId= Auth::user()->id; @endphp
@endsection