@extends('layouts.main') @section('title') Atm: Create @endsection @section('content')
@csrf @include('atm.partials.form')
 Cancel
@endsection