@extends("backend.layouts2.master")
@section("title")
{{ ucwords($module) }} - Sistem Klinik
@endsection
@push('css')
@endpush
@section ('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(session()->has('messages'))
{{ session()->get('messages') }}
@endif
@endsection
@push('js')
@endpush