@extends('admin/default') @section('css') @endsection @section('button') Add New @endsection @section('content')

Portfolio Gallary with filter tab

@if(!empty($portfolios)) @foreach($portfolios as $portfolio) @endforeach @endif
@endsection @section('js') @endsection