@extends("backend.layouts2.master") @section("title") {{ ucwords($module) }} - Sistem Klinik @endsection @push('css') @endpush @section ('content')
@if ($errors->any())
@endif @if(session()->has('messages'))
{{ session()->get('messages') }}
@endif
{{ ucwords($module) }}
id]) : route('dashboard.appointment.' . $module. '.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
@endsection @push('js') @endpush