@extends('layouts.main') @section('breadcrumb') @endsection @section('content') @if ($action->id)

Edit an account action

@else

Create an account action

@endif
@method($action->id ? 'put' : 'post') @csrf
@endsection