@extends('admin.layout.app') {{-- On the first load (when adding), fields are empty. If the form fails validation and is re-rendered, the field shows the user's last input to avoid them losing their data. --}} @section('heading', 'Add Portfolio') @section('rightside_button') View All @endsection @section('main_content')
@csrf
Portfolio Card :
Portfolio Details :
@for ($i = 1; $i <= 4; $i++)
@endfor
@endsection