@extends('Dashboard.layouts.master') @section('title', 'Members | Edit') @section('css') @endsection @section('content')
@csrf @method('PATCH')
@endsection @section('scripts') @endsection