@extends('backend.layouts.app') @section('title', 'Infrastructure Text') @push('style') @endpush @section('content')
Infrastructure Text
@csrf
@error('text') {{ $message }} @enderror
@endsection @push('script') @endpush