@extends('Dashboard.layouts.master') @section('title', 'Plans | Update') @section('css') @endsection @section('content')
@csrf @method('PUT')
{{__('forms.role')}}
@foreach($roles as $role)
id == $plan->role_id ? 'selected' : ''}}>{{$role->name}}
@endforeach
@endsection @section('scripts') @endsection