@extends('components.layouts.landing') @section('title') {{$data->title }} @endsection @section('content')
@csrf

{{$data->title }}

هزینه آموزش
{{number_format($data->price) }}
تخفیف %{{round((($data->price - $data->discount) / $data->price) * 100 , 2)}}
{{number_format($data->discount) }}
@error('phone') {{$message}} @enderror
@endsection