@extends('layouts.master') @section('title'){{__('sidebar.portfolio_page')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.portfolio_page')}} @endslot @slot('subtitle') {{__('sidebar.website')}} @endslot @endcomponent
@csrf

{{__('genral.portfolio_page')}}

@if(isset($portfolio_page)) @endif
@endsection @section('scripts') @endsection