@extends('frontend.layouts.master') @section('title') Our Works @endsection @section('css') @endsection @section('content')

Our Works

@foreach($our_works as $work) @endforeach
@foreach($our_works as $work)

{{$work->title}}

@endforeach
@endsection @section('js') @endsection