@extends('layouts.app') @section('title','Edit Freelancer — BlueBando v3') @section('content')

Edit Freelancer

@csrf @method('PUT')
This user logs in at /login and then opens the Freelancer Portal.
@foreach($routers as $r) @endforeach
@csrf @method('DELETE')
Cancel
@endsection