@extends('layouts.backend') @section('style') @endsection @section('back') @include('backend.includes.cards.form-header') @endsection @section('content')
@if (isset($row)) @include('backend.includes.forms.form-update') @else @include('backend.includes.forms.form-create') @endif
@endsection @section('script') @endsection