@extends('admin.layouts.index') @section('css') @endsection @section('title') Admin Projects| CS-Design @endsection @section('content')

Projects

@if(session()->has('success'))
{{session()->get('success')}}
@endif @if(session()->has('error'))
{{session()->get('error')}}
@endif
@foreach($detail_images as $image)
@endforeach

{{$project->name}}

{{$project->type}}
Edit Project

{{$project->category_name}}


Project description (Eng)

{!! $project->description !!}

Project description (Vi)

{!! $project->second_description !!}
@endsection @section('js') @endsection