@extends('admin.tw.layout') @section('title','Add Portfolio') @section('content')

Add Portfolio

Back
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@csrf
Details
@foreach(['one','two','three'] as $idx)

Click here to upload • JPG/PNG up to 2MB

@endforeach
@endsection