@extends('layouts.base') @section('content')
@yield('card-title')
@csrf @method('PUT') @yield('form-content')
@endsection