mobile version updated

This commit is contained in:
Thekindbull 2025-09-23 10:57:53 +08:00
parent a4195912b3
commit 6af9833ded
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
@extends('layouts.app')
@section('content')
<form method="get" action="{{ Request::fullUrl() }}">
<div class="d-block d-md-flex mb-3">
<div class="d-block d-flex flex-row mb-3">
<div class="border rounded-3 border-1 p-1 bg-white">
<?php
$filterFormArray = [];
@ -37,7 +37,7 @@
<div class="ms-auto hstack gap-2">
<button type="button" class="lh-1 btn bg-white p-3 fw-bold border rounded-3 border-1"
data-bs-toggle="modal" data-bs-target="#contractFilterModal">
Фильтр
<span class="d-none d-lg-inline">Фильтр</span>
<span class="position-relative">
<i class="bi bi-person-plus"></i>
@if ($filter)

View File

@ -2,7 +2,8 @@
@section('content')
<div class="">
<form class="d-flex flex-row mb-3" method="GET" action="{{ route('clients.table') }}">
<form class="w-100 d-flex flex-row mb-3 sticky-top bg-light rounded-3" method="GET"
action="{{ route('clients.table') }}">
<div class="p-2 border rounded-3 border-1 p-1 bg-white">
<input type="radio" class="btn-check" name="status" value="all" id="option5" autocomplete="off"
onclick="this.form.submit()" {{ $status == 'all' ? 'checked' : '' }}>
@ -17,7 +18,7 @@
<label class="btn p-2 fs-5" for="option7">Не
уникальные</label>
</div>
<div class="ms-auto p-2">
<div class="ms-auto p-2 ">
<button type="button" class="btn btn-primary py-2 px-3 fs-5" data-bs-toggle="modal"
data-bs-target="#createClientModal">
<i class="bi bi-person-plus"></i> <span class="d-inline d-none d-md-inline">Добавить клиента</span>