@extends('layouts.admin_layout.admin_layout') @section('content')

Works

Work

Add Work
@foreach($workData as $data) @endforeach
Title Description Image Tags CLient Product Action
{{ $data->title }} {{$data->short_description}} no image {{$data->tags}} {{$data->client}} {{$data->product}} mode_edit delete
@endsection