@extends('admin.layouts.master') @section('title', __('Work Area')) @section('content')

@lang('Work Area') @lang('Add New')

@foreach($works as $data) @endforeach
@lang('Icon') @lang('Title') @lang('Action')
your image {{$data->title}} @lang('Edit') @lang('Delete')
@endsection