@extends('admin.layout') @section('content')

{{ __('Project Section') }}

{{ __('Project Section Info') }}

@csrf
@if ($errors->has('portfolio_title'))

{{ $errors->first('portfolio_title') }}

@endif
@if ($errors->has('portfolio_sub_title'))

{{ $errors->first('portfolio_sub_title') }}

@endif
@endsection