@extends('master.back') @section('css') @endsection @section('content')

Ustalar

@if(count($masters) > 0) @foreach($masters->chunk(4) as $masterschunk) @endforeach @else Elave olunmayib @endif
@endsection @section('audio') @endsection @section('js') @endsection